hvmloader: Relocate the etherboot ROM to be near the end of VGA
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 24 Nov 2008 11:17:44 +0000 (11:17 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 24 Nov 2008 11:17:44 +0000 (11:17 +0000)
commit66d936fdab1e4da0c2ef6e32e24362a26d1a343a
treedc35300811df45d4cb25a70a21c8b7eb6d656b1d
parent6d72e644df8cf5c0bee438c2ea746538a3b06247
hvmloader: Relocate the etherboot ROM to be near the end of VGA
BIOS. Current Xen hard coded VGA ROM at 0xC0000 and etherboot ROM
at 0xD0000. This makes the space in [0xC0000 - 0xDFFFF] to be
fragments, which makes it hard to find enough space to hold another
Option ROM.

Signed-off-by: Shan Haitao <haitao.shan@intel.com>
tools/firmware/hvmloader/config.h
tools/firmware/hvmloader/hvmloader.c